Lightstreamer .Net Adapter 1.7
|
Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that some Tables (i.e. Subscriptions) have been removed from a push Session.
This method is called by the Server asynchronously and does not consume a pooled thread.
void NotifyTablesClose(string sessionID, TableInfo [] tables);
void NotifyTablesClose(string sessionID, TableInfo [] tables);
Function NotifyTablesClose(sessionID As string, tables As TableInfo []) As void
Parameters |
Description |
string sessionID |
A Session ID. |
TableInfo [] tables |
An array of TableInfo instances, each of them containing the details of a Table (i.e. Subscription) that has been removed from the Session. |
Exceptions |
Description |
in case something is wrong in the parameters, such as the ID of a Session that is not currently open or a Table (i.e. Subscription) that is not contained in the Session. |